home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / TetrolLapse.swf / scripts / DefineButton2_15 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-05  |  215 b   |  13 lines

  1. on(release){
  2.    if(_root.DialogMode)
  3.    {
  4.       return undefined;
  5.    }
  6.    if(_root.SoundOn)
  7.    {
  8.       _root.SoundClickButton.start();
  9.    }
  10.    _root.PauseOn();
  11.    getURL(_root.LinkMoreGames,"_blank");
  12. }
  13.